home *** CD-ROM | disk | FTP | other *** search
/ PowerPak Gold 1992 Fall / PowerPak Gold (Fall 1992)(Flordia Lion's Den).iso / magazine / mnews38.exe / TAGBAT.TXT < prev    next >
Text File  |  1992-03-28  |  2KB  |  58 lines

  1.  
  2. This is the batch file I use to run Modem News Magazine online on a TAG 2.5g
  3. system. I had problems using the doorway SYS parameter and this seemed to
  4. work a whole lot better for me.
  5.  
  6. @echo off
  7. cd\mnews
  8. IF "%1"=="0" GOTO LOCAL
  9. doorway COM2F /o:t /I:MNEWS.WEL /V:D /M:%2 /S:*
  10. cd\bbs
  11. exit
  12. :LOCAL
  13. ECHO LOCAL MODE
  14. PAUSE
  15. DOORWAY LOCAL /O:T /i:MNEWS.WEL /V:D /M:%2 /S:*
  16. CD\BBS
  17. EXIT
  18.  
  19.  
  20. This is the MNEWS.WEL file that doorway uses to display a menu so my users
  21. can select which issue of ModemNews they wish to read.
  22.  
  23.                     ─────────────────────────────────────────────
  24.                     ╥──┬──┐                   ╥───┐         ┌
  25.                     ║  │  │ ╓─┐ ╥─┐ ╥─┐ ╓─┬─┐ ║   │ ╥─┐ ╖   │ ╓─┐
  26.                     ║  ┴  │ ║ │ ║ │ ╟─  ║ │ │ ║   │ ╟─  ║ │ │ ╙─┐
  27.                     ║     ┴ ╙─┘ ╨─┘ ╨─┘ ╨   │ ║   ┴ ╨─┘ ╙─┴─┘ ╙─┘
  28.                     ║────╥──┬──┐────────────┴─║──────────────────
  29.                     ╨    ║  │  │ ╓─┐ ╓─╖ ╓─┐ ╓╨╖  ╥ ╥─╖ ╥─┐
  30.                     ──── ║  ┴  │ ╟─┤ ║ ╥ ╟─┤ ╓─╜  ║ ║ ║ ╟─  ─────
  31.                          ║     ┴ ╜ └ ╙─╜ ╜ └ ╙──╜ ╨ ╨ ╨ ╨─┘
  32.                     ───╥─╨─┐─────────┌─────╓───┐─────────────────
  33.                        ║   │ ╥─┐ ╖   │ ╓─┐ ║    ─┬─ ╓─┐ ╥─╖ ╥─┐
  34.                     ≡≡≡║≡≡≡│≡╟─≡≡║≡│≡│≡╙─┐≡╙───╖≡│≡≡╟─┤≡║≡║≡║≡│≡≡
  35.                        ║   ┴ ╨─┘ ╙─┴─┘ ╙─┘     ║ ┴  ╜ └ ╨ ╨ ╨─┘
  36.                     ───║───────────────────└───╜─────────────────
  37.                        ╨
  38. Welcome to the Modem News Magazine. You must have ANSI to
  39. continue. If you do not have ANSI please select option 4
  40. to return to the BBS.
  41.  
  42. 1.) November Issue of Modem News Magazine
  43. 2.) GIANT December Issue of Modem News Magazine
  44. 3.) January 1992 Modem News Magazine
  45. 4.) Return to BBS
  46.  
  47. M:Please enter your selection (1-4)
  48.  
  49. /P:news33.exe /0
  50. /P:NEWS34.EXE /0
  51. /P:NEWS35.EXE /0
  52. 
  53.  
  54. I hope other TAG Sysops will find this information helpful in setting 
  55. up Modem News Magazine on their own systems.
  56.  
  57. Anne Bussell - Sysop  The Lyme Light BBS (313)774-5038 8-N-1 24hrs 7days
  58.